home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_1 / change / source / include / filereq.h < prev    next >
C/C++ Source or Header  |  1984-07-17  |  208b  |  12 lines

  1. // $VER: FileReq.h 1.3 (05.02.96)
  2.  
  3. #ifndef SDI_FILEREQ_H
  4. #define SDI_FILEREQ_H
  5.  
  6. #include <dos/dos.h>
  7.  
  8. #define FILEREQ_MODE_OPEN    MODE_OLDFILE
  9. #define FILEREQ_MODE_SAVE    MODE_NEWFILE
  10.  
  11. #endif /* SDI_FILEREQ_H */
  12.